Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Add parallelization lecture #719

Merged
merged 5 commits into from
Nov 9, 2019
Merged

Add parallelization lecture #719

merged 5 commits into from
Nov 9, 2019

Conversation

jstac
Copy link
Contributor

@jstac jstac commented Nov 7, 2019

Much work still to be done here.

This should come after Numba and include a simple discussion of different kinds of parallelization (multiprocessing, multithreading, shared memory, etc.) and their implementation in Python.

Some discussion of the GIL.

Perhaps pull the target=parallel vectorization example out of the numba lecture and add it here (but leaving some kind of teaser).

Also, explain what's going on around that example.

Discuss prange and also implicit multithreading in numpy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant